NumericFunctions.Natural logarithm

Returns the natural logarithm of a numeric expression

Format

ANSI-SQL Format:

LN( Expr )

ODBC Format:

{{ FN LN( Expr ) }}

Remarks

Returns the natrual logarithm of Expr. Expr can be any numeric expression. If Expr is zero or negative a run time error is reported.

Example:

LN( 1 )

{FN LN( Value )}


Disclaimer

Geo SCADA Expert 2022